home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5286 < prev    next >
Encoding:
Text File  |  1996-08-05  |  970 b   |  29 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: Plugs Ins
  5. Message-ID: <Do5n5v.2qu@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <3144821E.794B@dmu.ac.uk>
  8. Date: Tue, 12 Mar 1996 12:39:31 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > Easiest?? I don't know... It's easiest from the point of view of 
  12. > loading into the app, but I think it makes the plugins themselves 
  13. harder > to write.
  14.  
  15. No. They're easy.
  16.  
  17. If you're writing in C with SAS V6.5x then you can ask C nicely to 
  18. generate a library for you.
  19.  
  20. If you're using 68k assembler, there's example library asm code available 
  21. in the Rom Kernal Manuals, or if you get stuck, I can email you some 
  22. short example code.
  23.  
  24. Libraries are great because they allow you multiple functions (without 
  25. needing to bodge through a generic start routine) and because
  26. the OS handles caching/flushing for you...
  27.  
  28. Jolyon - Almathera
  29.